const runtime.traceBlockSystemGoroutine
9 uses
runtime (current package)
mcleanup.go#L522: goparkunlock(&q.lock, waitReasonCleanupWait, traceBlockSystemGoroutine, 1)
mfinal.go#L210: gopark(finalizercommit, unsafe.Pointer(&finlock), waitReasonFinalizerWait, traceBlockSystemGoroutine, 1)
mgc.go#L1818: }, unsafe.Pointer(node), waitReasonGCWorkerIdle, traceBlockSystemGoroutine, 0)
mgcscavenge.go#L425: goparkunlock(&s.lock, waitReasonGCScavengeWait, traceBlockSystemGoroutine, 2)
proc.go#L375: goparkunlock(&forcegc.lock, waitReasonForceGCIdle, traceBlockSystemGoroutine, 1)
proc.go#L7095: goparkunlock(&updateMaxProcsG.lock, waitReasonUpdateGOMAXPROCSIdle, traceBlockSystemGoroutine, 1)
trace.go#L912: }, nil, waitReasonTraceReaderBlocked, traceBlockSystemGoroutine, 2)
traceruntime.go#L101: traceBlockSystemGoroutine
traceruntime.go#L121: traceBlockSystemGoroutine: "system goroutine wait",
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |